Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a magic string for the ISO kernel cmdline: #244

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Nov 8, 2024

Description

This adds a 1024 character string that is used as a known string to match on when binary patching the Hook ISO. This means that a service needs to binary patch the Hook ISO that is built with the cmdline. In the Tinkerbell stack this is functionality that is being built into Smee. 1024 characters were chosen to allow for patching all the things that the auto.ipxe in Smee allows for currently. This include many things like, tink worker image, container registry info, proxies, and more.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

This adds a 1024 character string that is used
as a known string to match on when binary patching
the Hook ISO. This means that a service needs to
binary patch the Hook ISO that is built with the
cmdline. In the Tinkerbell stack this is functionality
that is being built into Smee.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock jacobweinstock merged commit fbb29ea into tinkerbell:main Nov 8, 2024
29 checks passed
@jacobweinstock jacobweinstock deleted the add-magic-string branch November 8, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant